home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
MacPerl ƒ
/
Perl Source ƒ
/
MacPerl
/
MPPreferences.h
< prev
next >
Wrap
Text File
|
1993-12-09
|
863b
|
37 lines
/*********************************************************************
Project : MacPerl - Real Perl Application
File : MPPreferences.h - Handle Preference Settings
Author : Matthias Neeracher
A lot of this code is borrowed from 7Edit written by
Apple Developer Support UK
Started : 08Dec93 Language : MPW C
Modified : 08Dec93 MN
Last : 08Dec93
*********************************************************************/
#ifndef __MPPREFERENCES__
#define __MPPREFERENCES__
#include <Types.h>
#include <QuickDraw.h>
#include <Packages.h>
#include <GestaltEqu.h>
#include <Editions.h>
#include <Printing.h>
#ifndef __MPGLOBALS__
#include "MPGlobals.h"
#endif
pascal void OpenPreferenceFile(FSSpec * spec);
pascal void OpenPreferences();
pascal void DoPrefDialog();
pascal Boolean DoFormatDialog(DocFormat * format, Boolean * defaultFormat);
#endif